Click or drag to resize

AttachmentMethod Enumeration

Represents the way the contents of an attachment can be accessed.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum AttachmentMethod
Members
  Member nameValueDescription
NoAttachment0 The attachment has just been created.
AttachByValue1 The DataObject property contains the attachment data.
AttachByReference2 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment to recipients with access to a common file server.
AttachByReferenceResolve3 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment.
AttachByReferenceOnly4 The PathName or the LongPathName property contains a fully-qualified path identifying the attachment.
EmbeddedMessage5 The DataObject property contains an embedded Message object.
Ole6 The attachment is an embedded OLE object
AttachByWebReference7
None8 None
See Also